libxl: disks: rename disk param "unpluggable" to "removable"
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 2 Jun 2011 17:46:35 +0000 (18:46 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 2 Jun 2011 17:46:35 +0000 (18:46 +0100)
commit46051f0c1cb7428de174d35246dce315493a7cb7
treed18c2ad78ec34051581713caf78b005d015c7969
parent3c54832f67875287d159cf72c08f3bd90c144fa3
libxl: disks: rename disk param "unpluggable" to "removable"

This property corresponds to what is called "removable" in xenstore,
and is the conventional meaning of "removable": ie, the _media_ can be
removed even as the _device_ remains present.

"unpluggable" is a misleading name for this.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.idl
tools/libxl/libxl_utils.c
tools/libxl/xl_cmdimpl.c